Welcome![Sign In][Sign Up]
Location:
Search - TCP connect

Search list

[Internet-NetworkPingtracerouteSYN

Description: 本程序利用VC++实现了Ping,TraceRoute,TCP SYN扫描以及,TCP Connect扫描。-This procedure using VC++ implements the Ping, TraceRoute, TCP SYN scanning, and, TCP Connect scan.
Platform: | Size: 1563648 | Author: Weberte | Hits:

[Internet-NetworkPortscan

Description: TCP connect扫描是最基本的扫描,操作系统提供的connect()系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。-TCP connect scan is the most basic scanning, the operating system provides the connect () system call, used in conjunction with each port of interest to connect the target computer. If the port is in listening state, then the connect () will succeed. Otherwise, this port is not used, that does not provide services.
Platform: | Size: 1714176 | Author: 一平 | Hits:

[Internet-NetworkUPLOAD

Description: MM1:MM1 queue simulation MG1: MG1 queue simulation NETWORKQUEUE:电话网络的queue simulation socket:一个数据库,图书馆和用户三者通过UDP或者TCP链接,互通消息的socket。 -MM1:MM1 queue simulation MG1: MG1 queue simulation NETWORKQUEUE:电话网络的queue simulation socket:database, library and user to connect through TCP or UDP socket.
Platform: | Size: 14336 | Author: 解雷刚 | Hits:

[Internet-NetworkPortScan

Description: 使用VC++编写的多线程网络端口扫描器,实现协议为TCP connect。-Written using VC++ multi-threaded network port scanner, to achieve agreement for the TCP connect.
Platform: | Size: 1927168 | Author: 日月 | Hits:

[Internet-NetworkSYNscan

Description: TCP connect端口和syn端口扫描实例-TCP connect port scan port and an instance of syn
Platform: | Size: 20480 | Author: wc | Hits:

[Linux-UnixTCPConnectScan

Description: TCPConnectScan.h与TCPConnectScan.cpp文件实现了TCP Connect扫描。-TCPConnectScan.h and TCPConnectScan.cpp achieve TCP Connect scanning documents.
Platform: | Size: 2048 | Author: Sunny kim | Hits:

[Internet-Networktcpchat

Description: TCP局域网对话 局域网消息传输 TCP局域网对话 局域网消息传输-TCP CONNECT
Platform: | Size: 13312 | Author: kongzi | Hits:

[CommunicationTCP-Chat-beta-version

Description: Beta version of TCP chat. Multithreaded (multiple clients can connect), with a nice GUI! The only thing to add is a private mode, and a few bug fixes.
Platform: | Size: 37130240 | Author: benjy | Hits:

[TCP/IP stackTcpSrvToComm

Description: TCP服务器端程序与串口结合,自动将客户端发送的数据转发到串口,也自动将从串口收到的数据转发到连接TCP服务器的客户端-TCP server-side program with the serial combination of automatically forwarding the client sends data to the serial port, it automatically forwards the data received from the serial port to connect a client TCP server
Platform: | Size: 63488 | Author: 小小 | Hits:

[Internet-NetworkPortScan

Description: 完成了TCP connect()扫描和UDP扫描功能。TCP扫描支持多线程,能对单个指定的主机进行扫描或对指定网段内的主机进行逐个扫描。能扫描特定的部分端口号或对指定的端口段内的端口进行逐个扫描-Completed the TCP connect () scan and UDP scan. Support multi-threaded TCP scan, can scan a single designated host or hosts on the specified network segment-by-scan. Can scan a specific part of the port on the specified port number or paragraph-by-scan port
Platform: | Size: 1683456 | Author: 钱民 | Hits:

[Internet-NetworkTracert

Description: 实现一个扫描器,必须能够完成以下所有功能:使用TCP connect、TCP SYN和TCP FIN进行端口扫描,使用ICMP echo扫描实现IP扫描。并把扫描得到的结果记录下来-Implement a scanner must be able to complete all of the following features: Using TCP connect, TCP SYN and TCP FIN port scanning, IP implementation using ICMP echo scan scan. And the results of the scan are recorded
Platform: | Size: 3746816 | Author: 屾屾 | Hits:

[Program docGPRS-Data-Transfer

Description: 0 IP INITIAL 初始化 ( Original value.) 1 IP START 启动任务 ( login configuration.) 2 IP CONFIG 配置场景 ( Start LCP,NCP and IP) 3 IP IND 接受场景配置 no used 4 IP GPRSACT 场景已激活 (IP connection success) 5 IP STATUS 获得本地IP 地址 (Get local IP address) 6 TCP/UDP CONNECTING 与SERVER 建立连接阶段 7 IP CLOSE 连接已关闭 8 CONNECT OK 连接建立成功 -0 IP INITIAL initialize (Original value.) 1 IP START start the task (login configuration.) 2 IP CONFIG configuration scenarios (Start LCP, NCP and IP) 3 IP IND accept the scene configuration no used 4 IP GPRSACT scene has been activated (IP connection success) 5 IP STATUS get local IP address (Get local IP address) 6 TCP/UDP CONNECTING SERVER connection with stage 7 IP CLOSE the connection is closed 8 CONNECT OK the connection is established
Platform: | Size: 240640 | Author: 吴仁 | Hits:

[TCP/IP stackstyleman_iocp

Description: iocp_test 演示了styleman_iocp的使用方法. netclienttest 使用styleman_network的客户端来连接上面iocp_test服务端. 经测试,iocp引擎可达到1000 tcp网络连接.并发每秒1KB/S的收发速度.-iocp_test demonstrates styleman_iocp to use. netclienttest use styleman_network client to connect to the server above iocp_test Tested, iocp engine up to 1000 tcp network connections. concurrency per 1KB/S transceiver speed.
Platform: | Size: 368640 | Author: asdffd | Hits:

[TCP/IP stackTCP

Description: 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后向客户发送欢迎信息; 2接收该客户的信息,然后解密并显示,并将收到的客户端操作系统版本号信息送回给客户端; 3要求服务器具有同时处理多个客户的能力。-TCP-based client and server to achieve the agreed port for data transmission. Client only know the server s host name, do not know the server s IP address. Clients A command line, enter the server s host name to connect to the server 2 to obtain the relevant information, including the machine: IP address, open ports, operating system name, local name of the list, operating system version, hardware version 3 Caesar the above information is encrypted and sent to the server 4 Accept the server returns the string after treatment, and display 5 When the user enters CTRL D or "bye" to terminate the connection and exits. Server-side 1 server waits for client connections, the connection is successful to send welcome message to the customer 2 receives the customer information, and then decrypt and display, and will receive the client operating system version information back to the client 3 requires that the server has the ability to simultaneously handle multiple clie
Platform: | Size: 2048 | Author: | Hits:

[Internet-NetworkTCPConScan

Description: 端口扫描器,简单的tcp connect扫描-tcp connect()
Platform: | Size: 1024 | Author: malinlin | Hits:

[TCP/IP stacksample_client_vs_2008

Description: Development tool : Visual Studio 2008 Character Set : Use Multi-Byte Character Set ClientSample is a simple client program. You are able to connect to a server. You can see logs or receved data and send messages(CR, LF).
Platform: | Size: 81920 | Author: asd | Hits:

[Internet-Networkportscan

Description: 端口扫描 vs2008环境C++语言编写 TCP connect 扫描方法-Port scanning VS2008environment C++ language TCP connect scanning method
Platform: | Size: 11433984 | Author: canmeizhexue | Hits:

[TCP/IP stackE03-AsyncChat

Description: 异步TCP聊天系统,有客户端和用户端,实现监听传输信息。-use IAsyncResult to design TCP connect with user and client
Platform: | Size: 148480 | Author: 景维尼 | Hits:

[Internet-Networkmodbus.h.tar

Description: modbus library tcp connect by tcp
Platform: | Size: 3072 | Author: moisses | Hits:

[Internet-NetworkTCPIP-APP_V1.01

Description: First, you need establish a TCP connect. The module worked as a client to set up a TCP connection to remote server. In order to connect successfully, the remote server should be a PC that connects to the internet
Platform: | Size: 248832 | Author: VIJAY | Hits:
« 1 2 3 4 56 7 8 9 10 ... 16 »

CodeBus www.codebus.net